inspector: Remove gtk.h include
authorBenjamin Otte <otte@redhat.com>
Fri, 9 Feb 2018 00:06:59 +0000 (01:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 9 Feb 2018 00:06:59 +0000 (01:06 +0100)
gtk/inspector/cellrenderergraph.c
gtk/inspector/cellrenderergraph.h
gtk/inspector/graphdata.h
gtk/inspector/resource-list.c
gtk/inspector/statistics.c
gtk/inspector/treewalk.h

index 0d63bf6135e553705f33589f71f8683d91d17896..a8ef6694872cf4c93342ff1fea6d9e86c5783821 100644 (file)
@@ -21,6 +21,9 @@
 
 #include "graphdata.h"
 
+#include "gtksnapshot.h"
+#include "gtkstylecontext.h"
+
 enum {
   PROP_0,
   PROP_DATA,
index cbe522562fb6b415285e21fdaa9691b7d18cdbe3..07e7a81bec10f5c8d47ac2da7dc5d99e2ac32197 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __GTK_CELL_RENDERER_GRAPH_H__
 #define __GTK_CELL_RENDERER_GRAPH_H__
 
-#include <gtk/gtk.h>
+#include <gtk/gtkcellrenderer.h>
 
 G_BEGIN_DECLS
 
index 37ab738027d02aad7f5effea80668414b9bebf40..ee490091984869bac23c5fd1460b739b4e8b1408 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __GTK_GRAPH_DATA_H__
 #define __GTK_GRAPH_DATA_H__
 
-#include <gtk/gtk.h>
+#include <glib-object.h>
 
 G_BEGIN_DECLS
 
index 7c72a70d78f5fa204a035937399002af93ce84e7..8b28f01463e4dddaa4303fff4729a3a6eeb7aafb 100644 (file)
  */
 
 #include "config.h"
-#include <glib/gi18n-lib.h>
 
 #include "resource-list.h"
 
+#include "treewalk.h"
+
+#include "gtkbutton.h"
 #include "gtklabel.h"
+#include "gtksearchbar.h"
+#include "gtksearchentry.h"
 #include "gtkstack.h"
 #include "gtktextbuffer.h"
-#include "gtktreestore.h"
 #include "gtktreeselection.h"
-#include "gtksearchbar.h"
-#include "gtksearchentry.h"
-#include "treewalk.h"
+#include "gtktreestore.h"
+
+#include <glib/gi18n-lib.h>
 
 enum
 {
index bce187b9d68aca2e0d2901c4ef6f2d0262ec0190..4b90dcfe4fd9242a65abd2dcb0a4f73df9424f16 100644 (file)
  */
 
 #include "config.h"
-#include <glib/gi18n-lib.h>
 
 #include "statistics.h"
 
 #include "graphdata.h"
-#include "gtkstack.h"
-#include "gtktreeview.h"
-#include "gtkcellrenderertext.h"
+
 #include "gtkcelllayout.h"
-#include "gtksearchbar.h"
+#include "gtkcellrenderertext.h"
 #include "gtklabel.h"
+#include "gtksearchbar.h"
+#include "gtkstack.h"
+#include "gtktogglebutton.h"
+#include "gtktreeselection.h"
+#include "gtktreeview.h"
+
+#include <glib/gi18n-lib.h>
 
 enum
 {
index ee5da1bebf0ef5c2352ab95136a90c09650feaee..ec43b9659162821d3f8af6edf623788e77ed654e 100644 (file)
@@ -15,8 +15,7 @@
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <gtk/gtk.h>
-//#include "gtktreemodel.h"
+#include <gtk/gtktreemodel.h>
 
 
 typedef gboolean (*RowPredicate) (GtkTreeModel *model,